home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- global questionset, firsttime, thechapter
- showit(96, 97)
- puppetTransition(1, 2, 1, 1)
- repeat with X = 1 to 15
- put EMPTY into char 5 of line X of field "ans1"
- end repeat
- put "Your results are:" & RETURN into field "results"
- questionset = 1
- repeat with Y = 1 to 3
- repeat with X = 1 to 5
- member("Ans" & Y & "_" & X).hilite = 0
- end repeat
- end repeat
- member("pageNumbertxt").fontStyle = [#plain]
- member("pageNumbertxt").foreColor = 44
- showit(26, 30)
- showit(35, 52)
- thechapter = 10
- go("ChTest")
- end
-